VBA when replying mailitem with Outlook Template( .oft ),  The  Images from The Template Don't Display

VBA  when replying  mailitem with Outlook Template( .oft ),  if the template include image,   the  images will miss within the replying mail.

Any help would be highly appreciated!


Sub Reply()

Dim Original As Outlook.MailItem
Dim Reply As Outlook.MailItem
Set Original = Application.ActiveExplorer.Selection(1).Reply
Set Reply = Application.CreateItemFromTemplate("C:\Mail.oft")

Original.HTMLBody = Reply.HTMLBody & Original.HTMLBody
Original.Display
End Sub





  • Edited by b604606787 Friday, July 03, 2015 1:55 AM
July 3rd, 2015 1:47am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics